All Questions
22 questions
26votes
8answers
40kviews
The archive did not include a dSYM for the Flutter.framework with the UUIDs
I'm new to Flutter iOS development. Trying to publish an app on the Apple app store. But after building the archive, when I try to distribute or validate the app, Xcode keeps me showing The archive ...
0votes
1answer
328views
Failing to build IOS on codemagic (Flutter)
*NOTE dont have a mac i came back to an old project and wanted to publish a new version ( in the past i published multiple apps on codemagic for android and ios and had no problem) after bumping ...
2votes
4answers
740views
flutter: Module 'path_provider_foundation' not found
Hello I am trying to run my flutter project, but I am getting the following error: Parse Issue (Xcode): Module 'path_provider_foundation' not found /Users/juliapak/Desktop/app_projects/testerapp/ios/...
0votes
1answer
2kviews
iOS Build Failure After Adding device_info_plus: ^9.1.1 Dependency
After adding the device_info_plus: ^9.1.1 dependency to my Flutter project, I encountered an error while attempting to build the iOS app. The build fails with the following error in Xcode. Failed to ...
0votes
2answers
260views
Flutter IOS Build: PhaseScriptExecution Thin\ Binary Build Command Failing
I have a flutter app that I'm porting to ios. After running flutter build ios -v, the process succesfully sets up, installs dependencies, and compiles, but something goes wrong during the build phases....
-1votes
1answer
184views
Xcode <Flutter/Flutter.h> file not found, after adding Extension to project
Recently i upgrade my Xcode to 15 and i face this error.this is my build phase, i dont know why i get this error i try many solution on stack overflow like recreate IOS dir but didn’t work.. i try ...
2votes
2answers
6kviews
error: shell-init: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
I am constantly getting an error while trying to archive my iOS app built in Flutter. I had uploaded a previous version of this app using a different PC. I tried Flutter clean, deleting the podfile....
1vote
1answer
1kviews
Firebase Analytics on Xcode got error FIRAnalytics and FIRConsent undeclared identifier
I was working an app on flutter and got error when I tried to build my app on xcode. I got error like this : Here's the most error I get Use of undeclared identifier 'FIRAnalytics' And here is the ...
2votes
0answers
197views
Flutter XCode build module 'flutter_ffmpeg' not found
I'm facing an error in my flutter project during XCode's build. Build is working fine in android's case and when I run following command flutter build ios --release --no-codesign If I remove --no-...
0votes
1answer
338views
Flutter Build iOS Error 'FirebaseCore/FirebaseCore.h' file not found
Cannot build project on iPhone 11 and above but archive and used in iPhone X. This is the error is I'm facing... 'FirebaseCore/FirebaseCore.h' file not found Also on top of it. Inside AppDelegate....
35votes
17answers
115kviews
Xcode Error PhaseScriptExecution failed with a nonzero exit code
I've created flutter app and now want to create archive for distribution in Xcode 14.3. Issue Archive is disabled. Getting this error with build failed PhaseScriptExecution failed with a nonzero exit ...
71votes
20answers
59kviews
Missing file `libarclite_iphoneos.a` in Xcode 14.3 after update flutter and Xcode
I have flutter project, I'm trying to run the iOS version but I get error after I update flutter and Xcode to the latest version, I use firebase core plugin error: Could not build the precompiled ...
0votes
1answer
720views
Flutter build ios failing: identifier Xcode.IDEKit and other errors
I have a Flutter project that I have rewritten from scratch given the breaking changes of Flutter v3 and Firebase core. It now builds and runs on Android without any trouble, and up to a few weeks ago ...
0votes
2answers
459views
Flutter - Xcode can't see app packages while building for Simulator
Whenever I try running my app Xcode gives me this: Launching lib/main.dart on iPhone 14 Pro Max in debug mode... lib/main.dart:1 Xcode build done. 9.9s ...
60votes
8answers
24kviews
Flutter iOS app version and build number not updating when Archiving in xCode
When I archive my iOS app in xCode for uploading to the Apple appstore it stopped gettign the right version number and build number: My pubspec.yaml has the right numbers: version: 1.0.9+11 And it ...